adTempus API
|
Gets the time at which the most recently-active instance of the job finished.
__property VARIANT* ExecutionFinish;
VARIANT* ExecutionFinish;
Property ExecutionFinish() As VARIANT*
This property shows the completion time of the most recent instance to have completed. If more than one instance was active at the same time, the ExecutionStart and ExecutionFinish times may not correspond to the same instance.
The date/time is the local time on the server (not UTC).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|